vexpress64: fix a typo of SPDX-License-Identifier
authorMasahiro Yamada <[email protected]>
Tue, 18 Jun 2019 03:25:51 +0000 (12:25 +0900)
committerTom Rini <[email protected]>
Fri, 21 Jun 2019 14:07:11 +0000 (10:07 -0400)
commit7700b13ce97b29419a9cfe3bcb632ecf32661b86
treee5e99b34c0833043961ce808145c95bbe062dac7
parentf51d7fc8ce455ef201f86e1fab4d380444b96789
vexpress64: fix a typo of SPDX-License-Identifier

Misspelling of SPDX-License-Identifier is rather fatal than other
general typos, so must be fixed.

This file spells SPDX-Licence-Identifier.
                           ^

I also moved it to the very top of the file with // comment style.

Detected by grepping the source tree:

$ git grep --not -e SPDX-License-Identifier --and -e SPDX-
board/armltd/vexpress64/pcie.c: * SPDX-Licence-Identifier:      GPL-2.0+

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
board/armltd/vexpress64/pcie.c